Enter submenus when activating their parent item
authorColomban Wendling <cwendling@hypra.fr>
Thu, 16 Feb 2017 16:36:17 +0000 (17:36 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Wed, 4 Oct 2017 21:52:18 +0000 (22:52 +0100)
commite4754a007b70a9a69cdd468c6ad4b9e560d6fa83
tree2bcf50a43eafe6ce769837f766988fe3a0636329
parent04456404be970595daefe9377d0c59571ce44d7f
Enter submenus when activating their parent item

This gives consistent behavior with e.g. Qt, Mozilla's suites and
LibreOffice (with non-truly native backends like "gen" and "gtk",
but unlike "gtk2" and "gtk3" ones that probably use true GTK menus).

This behavior is expected by at least some accessibility users, and
it seems good to behave like other common applications and toolkits
in this area.  There should be no issue in doing so either for current
users, as it only enters the submenu instead of not doing anything.

https://bugzilla.gnome.org/show_bug.cgi?id=778811
gtk/gtkmenushell.c